home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
editors
/
emacs
/
xemacs
/
xemacs-1.006
/
xemacs-1
/
lib
/
xemacs-19.13
/
lisp
/
tooltalk
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-09-20
|
342 b
|
19 lines
# @(#)Makefile 1.4 94/04/19
EMACS=../../src/xemacs
TOOLTALK.el = tooltalk-macros.el tooltalk-init.el tooltalk-util.el
TOOLTALK.elc = $(TOOLTALK.el:.el=.elc)
all: $(TOOLTALK.elc)
.INIT: tooltalk-load.el $(TOOLTALK.el)
.SUFFIXES: .elc .el
.el.elc:
$(EMACS) -batch -q -f batch-byte-compile $(@:.elc=.el)
clean:
$(RM) $(TOOLTALK.elc)